Ethernet Status Registers
Name Start Address Type Access
ETHERNET_IP 49100 UINT32 R
ETHERNET_SUBNET 49102 UINT32 R
ETHERNET_GATEWAY 49104 UINT32 R
ETHERNET_DNS 49106 UINT32 R
ETHERNET_ALTDNS 49108 UINT32 R
ETHERNET_DHCP_ENABLE 49110 UINT16 R
ETHERNET_IP
- Address: 49100
Read the current IP address of wired Ethernet.
  • Data type: UINT32  (type index = 1)
  • Read-only
ETHERNET_SUBNET
- Address: 49102
Read the current subnet of wired Ethernet.
  • Data type: UINT32  (type index = 1)
  • Read-only
ETHERNET_GATEWAY
- Address: 49104
Read the current gateway of wired Ethernet.
  • Data type: UINT32  (type index = 1)
  • Read-only
ETHERNET_DNS
- Address: 49106
Read the current DNS of wired Ethernet.
  • Data type: UINT32  (type index = 1)
  • Read-only
ETHERNET_ALTDNS
- Address: 49108
Read the current Alt DNS of wired Ethernet.
  • Data type: UINT32  (type index = 1)
  • Read-only
ETHERNET_DHCP_ENABLE
- Address: 49110
Read the current Enabled/Disabled state of Ethernet DHCP.
  • Data type: UINT16  (type index = 0)
  • Read-only